home *** CD-ROM | disk | FTP | other *** search
- object MPEGTool_BindItemEditForm: TMPEGTool_BindItemEditForm
- Left = 218
- Top = 168
- ActiveControl = StartTimeEdit
- BorderStyle = bsDialog
- Caption = '�����A�C�e���ҏW'
- ClientHeight = 415
- ClientWidth = 502
- Color = clBtnFace
- Font.Charset = SHIFTJIS_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = '�l�r �o�S�V�b�N'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 12
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 488
- Height = 367
- Shape = bsFrame
- end
- object Label1: TLabel
- Left = 22
- Top = 29
- Width = 70
- Height = 12
- Caption = '�t�@�C����(&F):'
- FocusControl = FileNameEdit
- end
- object Bevel2: TBevel
- Left = 24
- Top = 54
- Width = 401
- Height = 2
- end
- object Label2: TLabel
- Left = 203
- Top = 68
- Width = 32
- Height = 12
- Alignment = taCenter
- AutoSize = False
- Caption = '����'
- end
- object Label3: TLabel
- Left = 342
- Top = 68
- Width = 22
- Height = 12
- Caption = '�܂�'
- end
- object Label4: TLabel
- Left = 24
- Top = 69
- Width = 42
- Height = 12
- Caption = '�͈�(&R):'
- FocusControl = StartTimeEdit
- end
- object TimeLabel: TLabel
- Left = 24
- Top = 345
- Width = 65
- Height = 12
- AutoSize = False
- end
- object PlayButton: TSpeedButton
- Left = 435
- Top = 303
- Width = 25
- Height = 24
- Hint = '��'
- GroupIndex = 1
- Flat = True
- Glyph.Data = {
- 72000000424D72000000000000003E000000280000000D0000000D0000000100
- 010000000000340000000000000000000000020000000200000000000000FFFF
- FF00FFF800009FF8000087F8000081F800008078000080180000800800008018
- 00008078000081F8000087F800009FF80000FFF80000}
- OnClick = PlayButtonClick
- end
- object PauseButton: TSpeedButton
- Left = 460
- Top = 303
- Width = 25
- Height = 24
- Hint = '�ꎞ��~'
- GroupIndex = 1
- Flat = True
- Glyph.Data = {
- 6A000000424D6A000000000000003E000000280000000A0000000B0000000100
- 0100000000002C0000000000000000000000020000000200000000000000FFFF
- FF00FFC000008C4000008C4000008C4000008C4000008C4000008C4000008C40
- 00008C4000008C400000FFC00000}
- OnClick = PauseButtonClick
- end
- object PrevFrameButton: TSpeedButton
- Tag = -1
- Left = 435
- Top = 273
- Width = 25
- Height = 24
- Hint = '�O�̃t���[��'
- AllowAllUp = True
- Anchors = [akRight, akBottom]
- GroupIndex = 2
- Flat = True
- Glyph.Data = {
- 6E000000424D6E000000000000003E000000280000000C0000000C0000000100
- 010000000000300000000000000000000000020000000200000000000000FFFF
- FF00FFF00000FFF00000BDD00000B9900000B1100000A0100000A0100000B110
- 0000B9900000BDD00000FFF00000FFF00000}
- OnClick = PrevForwFrameButtonClick
- end
- object NextFrameButton: TSpeedButton
- Tag = 1
- Left = 460
- Top = 273
- Width = 25
- Height = 24
- Hint = '���̃t���[��'
- AllowAllUp = True
- Anchors = [akRight, akBottom]
- GroupIndex = 2
- Flat = True
- Glyph.Data = {
- 6E000000424D6E000000000000003E000000280000000C0000000C0000000100
- 010000000000300000000000000000000000020000000200000000000000FFFF
- FF00FFF00000FFF00000BBD0000099D0000088D00000805000008050000088D0
- 000099D00000BBD00000FFF00000FFF00000}
- OnClick = PrevForwFrameButtonClick
- end
- object SelStartButton: TButton
- Left = 435
- Top = 335
- Width = 25
- Height = 24
- Caption = '�o'
- Enabled = False
- TabOrder = 5
- OnClick = SelStartButtonClick
- OnKeyPress = TrackBarKeyPress
- end
- object SelEndButton: TButton
- Left = 460
- Top = 335
- Width = 25
- Height = 24
- Caption = '�p'
- Enabled = False
- TabOrder = 6
- OnClick = SelEndButtonClick
- OnKeyPress = TrackBarKeyPress
- end
- object CancelButton: TButton
- Left = 422
- Top = 383
- Width = 75
- Height = 25
- Cancel = True
- Caption = '�L�����Z��'
- ModalResult = 2
- TabOrder = 8
- end
- object OKButton: TButton
- Left = 342
- Top = 383
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 7
- OnClick = OKButtonClick
- end
- object FileNameEdit: TEdit
- Left = 102
- Top = 26
- Width = 321
- Height = 20
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 0
- OnKeyDown = EditKeyDown
- end
- object StartTimeEdit: TSpinExEdit
- Left = 102
- Top = 64
- Width = 97
- Height = 21
- Alignment = taCenter
- AlignValue = True
- CanFloatValue = True
- Increment = 1
- MaxValue = 10000000
- TabOrder = 1
- Value = 0
- OnChange = StartTimeEditChange
- OnKeyDown = EditKeyDown
- OnGetText = StartTimeEditGetText
- OnGetValue = StartTimeEditGetValue
- end
- object EndTimeEdit: TSpinExEdit
- Left = 238
- Top = 64
- Width = 97
- Height = 21
- Alignment = taCenter
- AlignValue = True
- CanFloatValue = True
- Increment = 1
- MaxValue = 10000000
- MinValue = -1
- TabOrder = 2
- Value = 0
- OnChange = EndTimeEditChange
- OnKeyDown = EditKeyDown
- OnGetText = EndTimeEditGetText
- OnGetValue = EndTimeEditGetValue
- end
- object TrackBar: TTrackBar
- Left = 96
- Top = 340
- Width = 333
- Height = 27
- Enabled = False
- Orientation = trHorizontal
- PageSize = 100
- Frequency = 1
- Position = 0
- SelEnd = 0
- SelStart = 0
- TabOrder = 4
- ThumbLength = 20
- TickMarks = tmBottomRight
- TickStyle = tsManual
- OnChange = TrackBarChange
- OnKeyPress = TrackBarKeyPress
- end
- object PreviewPanel: TPanel
- Left = 102
- Top = 92
- Width = 324
- Height = 244
- BevelOuter = bvNone
- BorderStyle = bsSingle
- TabOrder = 3
- end
- object TimeTimer: TTimer
- Interval = 200
- OnTimer = TimeTimerTimer
- Left = 48
- Top = 192
- end
- end
-